home *** CD-ROM | disk | FTP | other *** search
/ The Hacker Chronicles - A…the Computer Underground / The Hacker Chronicles - A Tour of the Computer Underground (P-80 Systems).iso / network / nia38 < prev    next >
Text File  |  1992-09-26  |  15KB  |  366 lines

  1.   ZDDDDDDDDDDDDDDDDDD? IMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM; ZDDDDDDDDDDDDDDDDDD?
  2.   3   Founded By:    3 :  Network Information Access   : 3   Founded By:    3
  3.   3 Guardian Of Time 3D:            20JUN90            :D3 Guardian Of Time 3
  4.   3   Judge Dredd    3 :       Guardian Of Time        : 3   Judge Dredd    3
  5.   @DDDDDDDDBDDDDDDDDDY :            File 38            : @DDDDDDDDDBDDDDDDDDY
  6.            3           HMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM<           3
  7.            3             IMMMMMMMMMMMMMMMMMMMMMMMMMMM;             3
  8.            @DDDDDDDDDDDDD6VMS SYSTEM MANAGER'S MANUALGDDDDDDDDDDDDDY
  9.                          :         CHAPTER 7         :
  10.                          HMMMMMMMMMMMMMMMMMMMMMMMMMMM<
  11.  
  12. Setting Up a Local Area VAXcluster Environment
  13.  
  14. This chapter discusses how to set up a small local area VAXcluster
  15. configuration.  For the purposes of this manual, a small local area
  16. VAXcluster configuration consists of one processor called a boot server that
  17. serves as the hub of the cluster, and one or more MircroVAX or VAXstation
  18. processors that are connected to the boot node.  If you want to learn how to
  19. set up this type of VAXcluster configuration, then you should read the rest
  20. of this chapter.  If you manage a VAXcluster environment other than the type
  21. described in this chapter, then you should refer to the VMS VAXcluster
  22. Manual.
  23.  
  24. 7.1  What Is a Cluster?
  25.  
  26. A cluster is a group of two or more processors that share some or all of
  27. their resources.  When a group of VAX processors shares resources in a
  28. VAXcluster environment, the storage and computing resources of all of the
  29. processors are combined, which can increase the processing capability,
  30. communications, and availability of your computer system.
  31.  
  32. 7.1.1 VAXcluster Types
  33.  
  34. Three types of VAXcluster configurations are possible:
  35.  
  36. Local Area VAXcluster configuration
  37. CI-only VAXcluster configuration
  38. Mixed-interconnect VAXcluster configuration
  39.  
  40. Local Area VAXcluster Configuration
  41.  
  42. A Local Area VAXcluster configuration is made up of a single VAX processor
  43. that serves as the management center of the cluster, plus one or more VAX
  44. processors that are connected to ths hub.  A local area VAXcluster
  45. configuration always includes the following parts:
  46.  
  47. : A Boot Server
  48.  
  49. A boot server is a VAX or MicroVAX processor, and it serves as the
  50. management center of a local area VAXcluster environment.  The system disk
  51. of the boot server contains management files for the entire cluster,
  52. including startup files, the boot server's system disk, user authorization
  53. information, and the capability of letting other processors join the
  54. cluster.  The boot server must be available and running for the cluster to
  55. operate.
  56.  
  57. Boot servers should be the most powerful machines in the cluster.  They
  58. should also use the highest bandwidth Ethernet adapters available.  You can
  59. use any VAX or MicroVAX system except VAX-11/725, VAX-11/730 or MicroVAX I
  60. as a boot server.
  61.  
  62. ( Note that if your boot server is a MircoVAX II class system with an RD54
  63. system disk, you can have a maximum of three satellite nodes in your
  64. VAXcluster configuration.  In either of these cases, DIGITAL rtecommends
  65. that the satellites use local RD series disks for paging and swapping.
  66. Refer to the VAXcluster Software Product Description for complete
  67. information about supported configurations. )
  68.  
  69. : Satellite Nodes
  70.  
  71. A satellite node is a MicroVAX processor that is a member of the cluster.  A
  72. processor becomes a satellite node when the CLUSTER_CONFIG.COM procedure is
  73. ececuted from the boot server to add the processor to the cluster.
  74.  
  75. You can use any of the following as satellite nodes:
  76.  
  77. : MicroVAX II or MicroVAX 2000 systems
  78. : VAXstation II or VAXstation 2000 systems
  79. : MicroVAX 3000 series systems
  80.  
  81. CI-only VAXcluster Configuration
  82.  
  83. A CI-only VAXcluster configuration is a cluster in qhich only the computer
  84. interconnect is used for communications between the processors in the
  85. cluster.  In a CI-only VAXcluster configuration, the star coupler is used as
  86. the common connection point for all nodes in the cluster, including both VAX
  87. processors and Hierarchical Storage Controllers ( HSCs ).
  88.  
  89. Nodes in a CI-only VAXcluster configuration can be either
  90.  
  91. : VAX processors listed in the VAXcluster SPD, or
  92. : HSCs
  93.  
  94. Mixed-Interconnect VAXcluster Configuration
  95.  
  96. A mixed-interconnect cluster may include both CI-connectdc VAX processors
  97. and Micro-VAX systems.
  98.  
  99. This chapter concentrates on setting up a Local Area VAXcluster
  100. configuration with a single boot server.  Although some of the management
  101. tasks for other VAXcluster types are similar, you should refer to the
  102. VAXcluster documentation that is avaiable in the full VMS documentation set
  103. for information about managing a CI-only or mixed-interconnect cluster.
  104.  
  105. 7.2 Shared Resources
  106.  
  107. A major benefit of a VAXcluster configuration is the ability to share
  108. resources.  A shared resource is a resource ( such as a disk or a queue )
  109. that can be accessed and used by any node in a cluster.  Data files,
  110. application programs, printers, are just a ffew of the items that can be
  111. accessed by users on a cluster with shared resources, without regard to the
  112. particular node on which the files or program or printer might physically
  113. reside.
  114.  
  115. When disks are set up as shared resources in a VAX cluster environment,
  116. users have the same environment ( password, privileges, access to default
  117. login disks, and so on ) regardless of the node that is used for logging in.
  118. You can realize a more effcient use of mass storage with shared disks,
  119. because the information on any device can be used by more than one node--the
  120. information does not have to be rewritten in many places.
  121.  
  122. Print and batch queues can also be set up as shared resources.  In a
  123. VAXcluster configuration with shared print and batch queues, a single jobt
  124. controller queue file manages the queues for all nodes on the cluster.  The
  125. job controller file makes the queues available from any node.  For example,
  126. suppose your VAXcluster configuration has fully shared resources and
  127. includes nodes ALBANY, BASEL, and CARIO.  A user logged in to node ALBANY
  128. can send a file that physically resides on node BASEL to a printer that is
  129. physically connected to node CAIRO, and the user never has to specify ( or
  130. even know ) the nodes for either the file or the printer.  For more
  131. information about setting up and using print and batch queus in a VAXcluster
  132. environment, see Chapter 5.
  133.  
  134. 7.3  Preparing a System for a Local ARea VAXcluster Environment
  135.  
  136. In a VAXcluster environment with a single system disk, you need to install
  137. the VMS operating system only once, regardless of the number of nodes in the
  138. cluser.
  139.  
  140. To install the operating system, foollow the instructions in your
  141. processor's installation guide.  Before beginning the installation
  142. procedure, you must determine the configuation type for your cluster (
  143. CI-only, local rea, or mixed-interconnect).  During the installation of the
  144. operating system you will be asked a series of questions.  Table 7-1 lists
  145. the questions and answers for Local ARea VAXcluster configurations.
  146.  
  147. NOTE:  While rebooting at the end of the installation procedure, the system
  148. displays messages warning that you must install required licenses.  Be sure
  149. to install these licenses, as well as the DECnet-VAX license, as soon as the
  150. system is available.  Procedures for installing the licenses are described
  151. in the release notes distributed with the software kit.
  152.  
  153. ZDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
  154. ?
  155. 3TABLE 7-1: INSTALLATION QUESTIONS FOR LOCAL AREA VAXCLUSTER OCNFIGURATIONS
  156. 3
  157. CDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
  158. 4
  159. 3Question                                                Response
  160. 3
  161. CDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
  162. 4
  163. 3Will this node be a cluster member (Y/N)?               Enter Y
  164. 3
  165. 3
  166. 3
  167. 3What is the node's DECnet node name?                    Enter DECnet node name
  168. 3
  169. 3                                                        for example, ALBANY.
  170. 3
  171. 3                                                        The DECnet node name
  172. 3
  173. 3                                                        may be 1-6 alphanumeric
  174. 3
  175. 3                                                        characters in length
  176. 3
  177. 3                                                        and may not include $
  178. 3
  179. 3                                                        or _.
  180. 3
  181. 3
  182. 3
  183. 3What is the Node's DECnet node address?                 Enter DECnet node
  184. 3
  185. 3                                                        address :-> 2.2.
  186. 3
  187. 3
  188. 3
  189. 3Will the Ethernet be used for cluster communica-
  190. 3
  191. 3tions (Y/N)?                                            Enter Y.  The Ethernet
  192. 3
  193. 3                                                        for cluster (SCS
  194. 3
  195. 3                                                        internode) communica-
  196. 3
  197. 3                                                        tions in local area
  198. 3
  199. 3                                                        configurations.
  200. 3
  201. 3
  202. 3
  203. 3Enter this cluster's group number:                      Enter a number in the
  204. 3
  205. 3                                                        range from 1-4095 or
  206. 3
  207. 3                                                        61440-54435.
  208. 3
  209. 3
  210. 3
  211. 3Enter this cluster's password:                          Enter the cluster pw.
  212. 3
  213. 3                                                        1-31 alphanumeric
  214. 3
  215. 3                                                        characters in length
  216. 3
  217. 3                                                        and MAY include $ and _
  218. 3
  219. 3
  220. 3
  221. 3Reenter this cluster's password for verification:       Reenter The password
  222. 3
  223. 3
  224. 3
  225. 3Will ALBANY be a disk server (Y/N)?                     Enter Y.  In local
  226. 3
  227. 3                                                        area configurations,
  228. 3
  229. 3                                                        the system disk is
  230. 3
  231. 3                                                        always served to the
  232. 3
  233. 3                                                        cluster.
  234. 3
  235. 3
  236. 3
  237. 3Will ALBANY serve HSC disks (Y/N)?                      Enter N.
  238. 3
  239. 3
  240. 3
  241. 3Enter a value for ALBANY's ALLOCLASS parameter:         Enter a value of 0 for
  242. 3
  243. 3                                                        Local Area VAXcluster
  244. 3
  245. 3                                                        configurations
  246. 3
  247. 3                                                        convered by this manual
  248. 3
  249. 3
  250. 3
  251. 3Does this cluster contain a quorum disk [N]?            Enter N for Local Area
  252. 3
  253. 3                                                        VAXcluster configur-
  254. 3
  255. 3                                                        ations covered by this
  256. 3
  257. 3                                                        manual
  258. 3
  259. @DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
  260. Y
  261.  
  262. 7.3.1 Building a VAXcluster Configuration
  263.  
  264. Once you have installed the VMS operating system, you can start to build
  265. your cluster.  This section describes how to build a simple Local Area
  266. VAXcluster configuration using the command procedure
  267. SYS$MANAGER:CLUSTER_CONFIG.COM.  If you find that your cluster configuration
  268. is more than the type described in thismanual, be sure to consult the VMS
  269. VAXcluster Manual.
  270.  
  271. The command procedure CLUSTER_CONFIG.COM is the primary tool that you use
  272. for adding a node to your VAXcluster configuration, removing a node from the
  273. cluster, or changing the characteristics of a node.  This section describes
  274. how to use CLUSTER_CONFIG.COM to add or remove a satellite node in a Local
  275. Area VAXcluster configuration.
  276.  
  277. 7.3.1.1 Using CLUSTER_CONFIG.COM
  278.  
  279. Before using CLUSTER_CONFIG.COM, log in to the SYSTEM account on the system
  280. that will be your boot server and make sure that DECnet-VAX is up and
  281. running be sure that your default is set to SYS$MANAGER; then enter the
  282. following command:
  283.  
  284. $ @CLUSTER_CONFIG
  285.  
  286. 7.3.1.2  Setting Up the Boot Server
  287.  
  288. The first step in setting up your Local Area cluster for the first time is
  289. to establish the boot server.  You must establish the local system as a boot
  290. server before you can add any satellites to the cluster.
  291.  
  292. To establish a node as a boot server, run CLUSTER_CONFIG.COM anad select the
  293. CHANGE option from the menu.  Then, select the option to enable the local
  294. system as a boot server.
  295.  
  296. 7.3.1.3  Adding Satellite Nodes
  297.  
  298. To add satellites nodes to your Local Area VAXcluster configuration, you use
  299. the ADD option from the CLUSTER_CONFIG.COM menu.  When you execute
  300. CLUSTER_CONFIG.COM to add a satellite node, you will be asked a series of
  301. questions for which the command procedure will supply most default values.
  302. For Local Area clusters that are the subject of this manual, the default
  303. values are sufficient.  (If your cluster has special requirements and you
  304. want to learn more about values other than the dfaults, you should consult
  305. the VAXcluster documentation in the extended VMS documentation set. )
  306.  
  307. There are some values that you must supply.  These include the following:
  308.  
  309. : DECnet node name and node address for each satellite--The node name has up
  310. to 6 alphnumeric characters.  The node address should be supplied by your
  311. network manager.
  312.  
  313. :  Satellite's Ethernet hardware address--The Ethernet hardware address has
  314. the form xx-xx-xx-xx-xx-xx.  You must include the hyphens when specifying
  315. the hardware address.
  316.  
  317. To obtain the Ethernet hardware address for MicroVAX II and VAXstation II
  318. satellites, enter the follwoing commands at the satellite's console:
  319.  
  320. >>> B/100 XQ
  321.  
  322. Bootfile: READ_ADDR
  323.  
  324. For MicroVAX 2000 and VAXstation 2000 satellites, enter the following
  325. commands at successive console-mode prompts:
  326.  
  327. >>> T 53
  328. 2 ?>>>  3
  329. >>> B/100 ES
  330. bootfile:  READ_ADDR
  331.  
  332. (In this example, if the second prompt appears as 3 ?>>>, press RETURN.)
  333.  
  334. For 3xxx series satellites, enter the following command at the satellite's
  335. console:
  336.  
  337. >>> SHOW ETHERNET
  338.  
  339. : Workstation windowing system: the windowing system ( for example, UIS ),
  340. if your satellite is a workstation.
  341.  
  342. 7.4  DECnet-VAX Connections
  343.  
  344. In any cluster configration, DECnet-VAX connections are required for all
  345. processor nodes.  Use of DECnet-VAX facilities ensures that cluster managers
  346. can access each node in the cluster from a single terminal, even if
  347. terminal-switching facilities are not available.
  348.  
  349. In local area clusters, DECnet is required both for system management
  350. functions and interprocessor communication.  For example, DECnet is used for
  351. remote booting operations ( downline loading of satellite nodes ).
  352.  
  353. In these configurations, DECnet and System Communication Services coexist on
  354. the same Ethernet.  They share the same data link and physical link
  355. protocols, which are implemented by the Ethernet data link drivers, the
  356. Ethernet adapters, and the Ethernet itself.
  357.  
  358. $_END OF NIA038
  359.  
  360. [OTHER WORLD BBS]
  361.  
  362.  
  363.  
  364.  
  365. Downloaded From P-80 International Information Systems 304-744-2253 12yrs+
  366.